dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_NotFoundModule cluster_NotFoundModule_declarations cluster_NotFoundModule_imports NotFoundComponent NotFoundComponent NotFoundModule NotFoundModule NotFoundComponent->NotFoundModule NotFoundRoutingModule NotFoundRoutingModule NotFoundRoutingModule->NotFoundModule

File

src/app/not-found/not-found.module.ts

import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';

import { NotFoundComponent } from './not-found.component';
import { NotFoundRoutingModule } from './not-found-routing.module';

@NgModule({
    imports: [
        NotFoundRoutingModule,
        RouterModule
    ],
    declarations: [NotFoundComponent]
})
export class NotFoundModule {}

results matching ""

    No results matching ""